home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / MACtive Desktop / Source / Headers / Version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-14  |  284 b   |  21 lines  |  [TEXT/CWIE]

  1. #ifndef _VERSION_
  2. #define _VERSION_
  3.  
  4. #include <Types.h>
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10.  
  11. OSStatus GetNumVersion(NumVersion *vers);
  12. OSStatus GetNumVersionCString(char *vers);
  13. OSStatus GetNumVersionPString(StringPtr vers);
  14.  
  15.  
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19.  
  20. #endif /* _VERSION_ */
  21.